-
-
Notifications
You must be signed in to change notification settings - Fork 836
refactor: update blas/ext/base/dsumpw
to follow current project conventions
#1994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: utkarsh_raj <49344502+rajutkarsh07@users.noreply.github.com>
lib/node_modules/@stdlib/blas/ext/base/dsumpw/benchmark/benchmark.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/benchmark/benchmark.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/benchmark/benchmark.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/test/test.dsumpw.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/test/test.dsumpw.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/test/test.dsumpw.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/test/test.ndarray.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/test/test.ndarray.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/blas/ext/base/dsumpw/lib/ndarray.native.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your efforts!
The manifest.json
file will have to be changed per the new conventions, i.e. using 2-space indentation and containing multiple configurations for examples and benchmarks.
Most importantly, the addon.c
file should be updated as part of the issue. Would you please look into this? The linked PRs in the RFC issue and recently merged PRs should give guidance for how this has to be done.
@Planeshifter I have made the suggested changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing; looks like the addon.c
file is for a different package with both X
and Y
arrays.
Signed-off-by: utkarsh_raj <49344502+rajutkarsh07@users.noreply.github.com>
@Planeshifter Is this correct |
Signed-off-by: utkarsh_raj <49344502+rajutkarsh07@users.noreply.github.com>
blas/ext/base/dsumpw
to follow current project conventionsblas/ext/base/dsumpw
to follow current project conventions
Resolves #1508
Description
This pull request:
blas/ext/base/dsumpw
to follow current project conventions #1508Related Issues
This pull request:
Questions
No.
Other
No.
Checklist
@stdlib-js/reviewers